home *** CD-ROM | disk | FTP | other *** search
- Path: mac50.sask.trlabs.ca!user
- From: lynch@sask.trlabs.ca (Denard Lynch)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: HELP! On how to declare large arrays.
- Date: Wed, 13 Mar 1996 20:17:18 -0600
- Organization: TRLabs
- Message-ID: <lynch-1303962017180001@mac50.sask.trlabs.ca>
- NNTP-Posting-Host: gateway.sask.trlabs.ca
- X-Newsreader: Yet Another NewsWatcher 2.1.1
-
-
- I need to create an array of complex numbers that is 512 x 128 elements in
- size. I am using Borland C, and it will not let me complie because the
- array is too large. I have tried to increase the size when compliling to
- be 1 Mb for static variables, it did not work.
-
- WHAT CAN I DO? I need the 512 x 128 array size. Any comments,
- suggestions, or help of any kind would be appreciated. I am sure there is
- a way around this problem but I can not find it.
-
- Thanks,
- Devon
-